home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / •HC 2.0-4 / card_3690.txt < prev    next >
Text File  |  1990-04-06  |  3KB  |  167 lines

  1. -- card: 3690 from stack: in.0-4
  2. -- bmap block id: 9402
  3. -- flags: 0000
  4. -- background id: 8040
  5. -- name: Ex 2.3
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=27 top=50 right=337 bottom=201
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 174
  16. -- text size: 14
  17. -- style flags: 0
  18. -- line height: 15
  19. -- part name: 
  20.  
  21.  
  22. -- part 2 (button)
  23. -- low flags: 00
  24. -- high flags: 8006
  25. -- rect: left=52 top=146 right=168 bottom=194
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Card layer
  34. ----- HyperTalk script -----
  35. -- The "HiliteRadio" handler is in the stack script.
  36. on mouseUp
  37.   hide cd fld "feedback"
  38.   HiliteRadio
  39. end mouseUp
  40.  
  41.  
  42.  
  43. -- part 3 (button)
  44. -- low flags: 00
  45. -- high flags: 8006
  46. -- rect: left=51 top=190 right=212 bottom=193
  47. -- title width / last selected line: 0
  48. -- icon id / first selected line: 0 / 0
  49. -- text alignment: 1
  50. -- font id: 0
  51. -- text size: 12
  52. -- style flags: 0
  53. -- line height: 16
  54. -- part name: Background layer
  55. ----- HyperTalk script -----
  56. -- The "HiliteRadio" handler is in the stack script.
  57. on mouseUp
  58.   hide cd fld "feedback"
  59.   HiliteRadio
  60. end mouseUp
  61.  
  62.  
  63.  
  64. -- part 7 (button)
  65. -- low flags: 00
  66. -- high flags: A003
  67. -- rect: left=29 top=252 right=270 bottom=88
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 0 / 0
  70. -- text alignment: 1
  71. -- font id: 0
  72. -- text size: 12
  73. -- style flags: 0
  74. -- line height: 16
  75. -- part name: Done
  76. ----- HyperTalk script -----
  77. -- The "checkOneRight" handler is in the stack script.  The "cd"
  78. -- argument indicates that this cd requires feedback in a cd fld.
  79. on mouseUp
  80.   checkOneRight cd
  81. end mouseUp
  82.  
  83.  
  84.  
  85. -- part 8 (field)
  86. -- low flags: 81
  87. -- high flags: 2004
  88. -- rect: left=27 top=274 right=331 bottom=344
  89. -- title width / last selected line: 0
  90. -- icon id / first selected line: 0 / 0
  91. -- text alignment: 0
  92. -- font id: 174
  93. -- text size: 12
  94. -- style flags: 0
  95. -- line height: 16
  96. -- part name: feedback
  97. ----- HyperTalk script -----
  98. on mouseUp
  99.   put empty into me
  100.   hide me
  101. end mouseUp
  102.  
  103.  
  104. -- part 10 (button)
  105. -- low flags: 00
  106. -- high flags: A003
  107. -- rect: left=91 top=252 right=270 bottom=212
  108. -- title width / last selected line: 0
  109. -- icon id / first selected line: 0 / 0
  110. -- text alignment: 1
  111. -- font id: 0
  112. -- text size: 12
  113. -- style flags: 0
  114. -- line height: 16
  115. -- part name: Correct Answer
  116. ----- HyperTalk script -----
  117. -- This handler shows the correct answer.
  118.  
  119. on mouseUp
  120.   hideFeedback
  121.   dehiliteBtns
  122.   set hilite of btn 2 to true
  123.   wait 25
  124.   repeat 2
  125.     set hilite of btn 2 to false
  126.     wait 25
  127.     set hilite of btn 2 to true
  128.     wait 25
  129.   end repeat
  130.   ans 3,cd
  131. end mouseUp
  132.  
  133.  
  134.  
  135. -- part contents for background part 9
  136. ----- text -----
  137. 3 of 8
  138.  
  139. -- part contents for card part 1
  140. ----- text -----
  141.  
  142. Here are two cards from the same stack.
  143.  
  144. The ‚ÄúCUSTOMER‚Äù field 
  145. is probably in the
  146.  
  147.  
  148. or the
  149.  
  150.  
  151. of these cards.
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158. -- part contents for background part 19
  159. ----- text -----
  160. No, the field is in the background layer, since it‚Äôs visible on both cards. If it were in the card layer, you would only see it on one card.
  161. Correct. The field is in the background layer, since you see it on both cards.
  162. This is the correct answer. The field is in the background layer, since you see it on both cards.
  163.  
  164.  
  165. -- part contents for background part 20
  166. ----- text -----
  167. 3